Support versioning in git archives - #1527
Merged
bratpiorka merged 2 commits intoOct 1, 2025
Merged
Conversation
lukaszstolarczuk
force-pushed
the
support-versioning-zip
branch
from
September 25, 2025 18:31
7a18f88 to
df3546f
Compare
lukaszstolarczuk
marked this pull request as draft
September 26, 2025 08:28
lukaszstolarczuk
force-pushed
the
support-versioning-zip
branch
from
September 26, 2025 08:52
df3546f to
3827282
Compare
lukaszstolarczuk
marked this pull request as ready for review
September 26, 2025 08:52
PatKamin
reviewed
Sep 26, 2025
Apparently this file speeds up process of AI contributions to this repository. It was almost fully generated by copilot.
While releasing UMF we should update VERSION file with the current version. It will be used only if git is not available or tags were not fetched. To underline it is not a "detailed version" we will add "-dev" in CMake version parsing, so it will stand out (comparing to e.g. versions like "1.0.3-dev1-...").
lukaszstolarczuk
force-pushed
the
support-versioning-zip
branch
from
September 29, 2025 07:35
3827282 to
b9c94bb
Compare
PatKamin
approved these changes
Sep 29, 2025
bratpiorka
approved these changes
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was almost fully done with Copilot (Agent Mode).
Fixes: #619